home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / somc.dir / 00150_Link1HS.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  376 b   |  19 lines

  1. on mouseEnter
  2.   set the text of member "URLDISPLAY" to line 1 of field "netlinks"
  3.   set the foreColor of member "URLDISPLAY" to 4
  4.   set the textStyle of member "URLDISPLAY" to "BOLD"
  5.   updateStage()
  6.   doRollover(nothing, 2)
  7. end
  8.  
  9. on mouseLeave
  10.   set the text of member "URLDISPLAY" to EMPTY
  11.   updateStage()
  12.   doRollout()
  13. end
  14.  
  15. on mouseUp
  16.   global LINK9
  17.   gotoNetPage(LINK9)
  18. end
  19.